home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 6⁄8⁄90 / 1403-Re MA 1.1.1 to 2.0-Jun90 < prev    next >
Encoding:
Text File  |  1990-06-08  |  892 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    0847859                         5-June-90        05:04PDT
  2.  
  3. From:   SCHMUCKER1                      Schmucker, Kurt
  4.  
  5. To:     PEMD                            CH DEV PEMD Group, Zurich,IDV
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: MA 1.1.1 to 2.0
  10.  
  11.     Duplicate instance variable names have never been allowed in a branch of
  12. the class tree.  What may have happened between MacApp 1.1.1 and MacApp 2.0 is
  13. that (1) the superclass of a MacApp class was changed, or (2) the MacApp team
  14. added a new instance variable to an existing class   This change didn't "break
  15. this rule" inside of MacApp itself, but may have caused your code to break this
  16. naming rule with respect to the instance variables you added in your subclasses
  17. of the MacApp classes.
  18.  
  19.     You have no choice but to resolve the name conflict, presumably by changing
  20. your code, not MacApp.
  21.  
  22.  
  23.